var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L4023: 	uniqNameMu   sync.Mutex
		server.go#L4028: 	uniqNameMu.Lock()
		server.go#L4029: 	defer uniqNameMu.Unlock()